a11y: Fix copy-paste error in state flag notification
authorBenjamin Otte <otte@redhat.com>
Tue, 19 Feb 2013 22:22:48 +0000 (23:22 +0100)
committerBenjamin Otte <otte@redhat.com>
Tue, 19 Feb 2013 22:25:12 +0000 (23:25 +0100)
commit7b4c49a95f1f3adb67aa7f2319780f1ff811eaad
treef95ebae3c43e86ecd07b63f2f7e3eba627a30713
parent3c690c52ba6422bfd83de5c547ee27f33738106c
a11y: Fix copy-paste error in state flag notification

We weren't checking the removed flag but the added flag for removal
emissions, so what would happen for every state change notification was:
- on state-added, both an "added" and a "removed" event were emitted
- on state-removed, nothing

https://bugzilla.gnome.org/show_bug.cgi?id=694059
gtk/a11y/gtkcellaccessible.c